TsgAcadTableCellStyle
Unit: DXFConv
Description
This class defines cell style of the ACAD_TABLE object.
Syntax
TsgAcadTableCellStyle = class(TPersistent)
Properties
Properties | Description |
---|---|
AcadTableStyle | The property gets a style of the ACAD_TABLE object. |
BkColorOn | The property gets or sets a flag for whether background color is enabled. |
BorderColor | The property gets or sets a color value associated with each border type of the cell. |
BorderCount | The property gets border count. |
BorderLineWeight | The property gets or sets a lineweight associated with each border type of the cell. |
BorderVisible | The property gets a flag for the visibility of the cell border. |
CellAlignment | The property gets or sets a cell alignment value. |
CellType | The property gets or sets a cell type. |
DataType | The property gets or sets a standard/title/header row data type. |
FillColor | The property gets or sets a value for the background (fill) color of cell content. |
TextColor | The property gets or sets a value for the color of cell content. |
TextHeight | The property gets or sets a text height. |
TextStyle | The property gets or sets a text style. |
UnitType | The property gets or sets a standard/title/header row unit type. |
Methods
Methods | Description |
---|---|
Assign | The method assigns the properties of another TsgAcadTableCellStyle class instance (passed as a parameter) to a given TsgAcadTableCellStyle . |
Create | Initializes a new instance of the TsgAcadTableCellStyle class. |
Destroy | Destroys an instance of the TsgAcadTableCellStyle class. |